ImagXpress 13 for .NET - User Guide > How To > Process an Image > Modify Image Size & Orientation |
Image size and orientation can be modified in several ways using ImagXpress®:
The size and orientation of an imageX object can be modified by assigning it to the processor, then invoking processor methods:
Resize: The Resize method resizes the image (in pixels) according to the specified algorithm (ResizeType enumeration).
Crop: The Crop method crops the current image to the specified size.
The AutoCrop and CropBorder methods also provide capability to crop a border from an image. These are generally used primarily to clean up the image, rather than resize it. |
Flip: The Flip method vertically flips the image.
Mirror: The Mirror method horizontally mirrors the image.
Rotate: The Rotate method rotates the image by the specified angle.